home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60265 / 60265.xpi / chrome / content / menubarOverlay.xul < prev    next >
Extensible Markup Language  |  2010-02-11  |  2KB  |  40 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.     Saved Password Editor, extension for Firefox 3.0+
  4.     Copyright (C) 2010  Daniel Dawson <ddawson@icehouse.net>
  5.  
  6.     This program is free software: you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation, either version 3 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  18. -->
  19.  
  20. <!DOCTYPE overlay SYSTEM "chrome://savedpasswordeditor/locale/spe.dtd">
  21.  
  22. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  23.   <script type="text/javascript"
  24.           src="chrome://savedpasswordeditor/content/openSP.js"/>
  25.   <menupopup id="menu_ToolsPopup">
  26.     <menuitem id="savedpasswordeditor-menuitem"
  27.               class="menuitem-iconic"
  28.               label="&savedpasswords.label;"
  29.               accesskey="&savedpasswords.accesskey;"
  30.               oncommand="speOpenSavedPasswords();"/>
  31.   </menupopup>
  32.   <menupopup id="taskPopup">
  33.     <menuitem id="savedpasswordeditor-menuitem"
  34.               class="menuitem-iconic"
  35.               label="&savedpasswords.label;"
  36.               accesskey="&savedpasswords.accesskey;"
  37.               oncommand="speOpenSavedPasswords();"/>
  38.   </menupopup>
  39. </overlay>
  40.